home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / NEUMAP3.ZIP / NUMP.ZP / TPM.HLP < prev    next >
Text File  |  1993-01-04  |  2KB  |  34 lines

  1. 1. Functions of the Network Structure Estimation Program
  2.  a. Reads a training data file
  3.  b. Requests a minimum acceptable training error 
  4.     from the user,
  5.  c. Requests a maximum number of iterations from the user.
  6.     A typical number is 10.
  7.  d. Estimates the required network structure for an MLP to attain 
  8.     the desired classification error percentage
  9.  e. Notifies user if the network will generalize or memorize
  10.  
  11. 2. Example Run of the Network Structure Estimation Program
  12.  a. Go to the "Batch Processing" option and press <ret>
  13.  b. Observe the parameter file with commented keyboard responses;
  14.  
  15. Gls           ! input training data filename
  16. 4             ! number of inputs per pattern 
  17. 1             ! number of outputs per pattern 
  18. .001          ! maximum acceptable mean-square training error
  19. 8             ! maximum allowable number of iterations
  20.  
  21.     Here, we will estimate the required size of an MLP for 
  22.     predicting chaotic time series created by the Mackey-Glass 
  23.     delay-difference equation, 
  24.     (Ref. Lapedes, A. & Farber, R.1987 Nonlinear Signal processing using 
  25.     Networks : Prediction & System modelling,  Tech. Rep. LA-UR-87-2662, 
  26.     Los Alamos National Laboratory, Los Alamos, NM.)
  27.  c. Exit the DOS editor and observe the program running
  28.  d. Go to the "Examine Program Output" option and press <ret>
  29.  e. The program predicts that a network with 9 hidden units can be
  30.     trained with a MSE of .000987, and that networks with the proposed
  31.     structure should successfully generalize
  32.  f. You can run this program on your own data, simply by editing the 
  33.     parameter file in the "batch Run" option.
  34.